home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 6_functions / geom < prev    next >
Encoding:
Text File  |  2001-03-22  |  416 b   |  19 lines

  1. Synopsis:
  2.    $geom()
  3.  
  4. Technical:
  5.    Returns the number of columns wide and the number of lines high that
  6.    your current screen is.
  7.  
  8. Practical:
  9.    This function is mostly useful by providing the screen width.  This
  10.    could be used by a script to determine how wide it should format its
  11.    output.
  12.  
  13. Returns:
  14.    X Y    "X" is screen's column width, "Y" is screen's line height
  15.  
  16. See Also:
  17.    winsize(6)
  18.  
  19.